'宣言 Public Overloads Function Bind( _ ByVal bindingFields As System.String, _ ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _ ) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> Bind( System.string bindingFields, System.Collections.Generic.IEnumerable<T> sourceCollection )
パラメータ
- bindingFields
- The field for binding with the data source.
- sourceCollection
- The data source
戻り値の型
Current builder